Remove some code duplication in startup.el
authorGlenn Morris <rgm@gnu.org>
Tue, 23 Apr 2013 21:51:40 +0000 (17:51 -0400)
committerGlenn Morris <rgm@gnu.org>
Tue, 23 Apr 2013 21:51:40 +0000 (17:51 -0400)
commit2127ced66acc58575e4047a6e6ddef114f90869a
treec173823ca6d2b089f1588551421a9e1c4ea26fab
parent050161fa1fa7faa3914fdad0f7651a4efc6a5878
Remove some code duplication in startup.el

"If keys have their default meanings, use precomputed string to save
lots of time" implies substitute-command-keys was slow 20+ years ago
when this was originally written.  But we were accidentally using the
"slow" branch for 5 years and no-one complained about speed (bug#13970).

* lisp/startup.el (normal-no-mouse-startup-screen, normal-about-screen):
Remove venerable code attempting to avoid substitute-command-keys.
lisp/ChangeLog
lisp/startup.el